home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / tvinst / cdpp.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-09  |  293 b   |  21 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo   This game/demo needs approx 50 Mb of drive space
  6. echo   but believe me it's worth every byte
  7. echo.
  8. echo.  Now copying files.
  9. echo.
  10. md c:\tv\
  11. xcopy *.* c:\tv\ /s
  12. attrib c:\tv\*.* -r -a -s -h /s
  13. c:
  14. cd\
  15. cd tv
  16. call setup.exe
  17. call tv.exe
  18. cd\
  19. d:
  20.  
  21.